home *** CD-ROM | disk | FTP | other *** search
- on setTheVolumePlease
-
- if the keyPressed = "1" then
- if the machineType = 256 then
- set the volume of sound 1 = 36
- else
- set the soundLevel = 1
- end if
- else if the keyPressed = "2" then
- if the machineType = 256 then
- set the volume of sound 1 = 72
- else
- set the soundLevel = 2
- end if
- else if the keyPressed = "3" then
- if the machineType = 256 then
- set the volume of sound 1 = 108
- else
- set the soundLevel = 3
- end if
- else if the keyPressed = "4" then
- if the machineType = 256 then
- set the volume of sound 1 = 144
- else
- set the soundLevel = 4
- end if
- else if the keyPressed = "5" then
- if the machineType = 256 then
- set the volume of sound 1 = 180
- else
- set the soundLevel = 5
- end if
- else if the keyPressed = "6" then
- if the machineType = 256 then
- set the volume of sound 1 = 216
- else
- set the soundLevel = 6
- end if
- else if the keyPressed = "7" then
- if the machineType = 256 then
- set the volume of sound 1 = 255
- else
- set the soundLevel = 7
- end if
- else if the keyPressed = "0" then
- if the machineType = 256 then
- set the volume of sound 1 = 0
- else
- set the soundLevel = 0
- end if
- end if
-
- end setTheVolumePlease